/*!
 * @ Description: custom style
 * @ Author: weiwei
 * @ Date: 2018-05-24;
 */

/*
 **********************
 * common style 
 ********************** 
 * 网站头部
 ********************** 
 * 菜单
 **********************
 * 底部COPYRIGHT
 ********************** 
 * 首页样式
 **********************
 * 内页样式
 **********************
*/

/* common style */
html{background:#FFF;color:#000; font-size: 10px; }body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{font-family: "Microsoft YaHei"; margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}h1,h2,h3{font-weight:normal;font-size:100%;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-weight:inherit;font-size:inherit;font-family:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}a{color:inherit;text-decoration:none;}
/*******CSS reset*************/
body{position:relative;z-index:-2;background:#fff; color:#444;font-size:14px;font-family:'Microsoft YaHei',SimHei,SimYou,SimSun,Arial;z-index:2;}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
.page{margin:2rem;}
.main{ overflow: hidden; margin:25px auto; }
.title{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #ebebeb;
}
.title h3{ padding:0; height: 40px; }
.title h3 strong{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	line-height: 40px;
	background: #1e6d2f;
	padding:0 26px;
	display: inline-block;
}
.title h3 small{
	
}
.title .right{
	text-align: right;
}
.title .right p,
.title .right a{
	font-size: 14px;
	color: #a3a3a3;
}
.title a:hover{ color: #ff9702; }
#prev_next{
	border-top: 1px dotted #868686;
	margin:2rem 0;
	padding:2rem 0;
}
.down{width: 100%;height: 52px;background:#211f1f;color: #ffffff;font-size: 16px;position: fixed;bottom: 0;display: block;}
.down li{width: 24.7%;border-right: solid 1px #ffffff;text-align: center;line-height: 15px;float: left;padding-top: 4px;height: 52px; list-style:none;}
.down li a{color: #ffffff;}
.down .current{border-right: none;}
.down li img{max-width: 25px;height: 25px;}
@media(min-width: 768px){
	.footer{margin-bottom: 0}
	.down{display: none;}
}
/* go top */
.plugin-fixed-call{position:fixed;bottom:0px;right:0px;width:45px;z-index: 1000;}
.plugin-fixed-call .child{position:absolute;right:0px;overflow:hidden;cursor:pointer;width:45px;height:45px;background:#359e4b;line-height: 45px;margin-top:1px;}
.plugin-fixed-call .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.plugin-fixed-call .child a{ display: inline-block; overflow: hidden; }
.plugin-fixed-call .child:hover{width:160px;background: #000;}
.plugin-fixed-call .child img{position:absolute;top:0px;left:0px;}
.plugin-fixed-call .child p{position: absolute;left:45px;color:#fff;}

.plugin-fixed-call .fixedQQ{bottom:92px;}
.plugin-fixed-call .fixedCall{bottom:46px;}
.plugin-fixed-call .fixedTop{position:absolute;right:0px;bottom:138px;color:#fff;background-color:#cbcbcb;cursor:pointer;text-align:center;width:45px;height:45px;line-height: 45px;font-size: 14px;font-family: "MICROSOFT YAHEI","Arial Narrow";}
.plugin-fixed-call .fixedTop .fixedTopPointer{position:absolute;top:-5px;left:18px;}
.plugin-fixed-call .fixedCode{bottom:0;cursor:pointer;width:45px;height:45px;background:#359e4b;line-height: 45px;margin-top:1px;}
.plugin-fixed-call .fixedCode:hover .fixedCodeInfo{display: block;opacity: 1;}
.fixedCodeInfo{display:none;position:fixed;bottom:0px;right:54px;padding:0 3px;border:1px solid #ccc;background:#fff;opacity: 0;}
.fixedCodeInfo .fixedPointer{position: absolute;right:-6px;bottom:12px;}
.scrolledDown{
  	display: block;
}
/* 自定义样式 */
a:hover{ text-decoration: none; }

/* 网站头部 */
.h-top{ background:#f7f0de url(../img/h-top.jpg) no-repeat top center; padding: 24px 0; overflow: hidden; }
.h-top .tl{ margin-top: 30px; }
.h-top .tel{ text-align: right; margin-top: 16px; }
/* 菜单 */
.m-menu{
	background: #1e6d2f;
}
.m-menu .navbar{
	margin-bottom: 0;
}
.m-menu .container,
#m-nav{
	padding:0;
}
.m-menu .navbar-header{
	width: 100%;
	text-align: center;
	margin-left: 0;
}
.m-menu .navbar-toggle{
	margin-right: 0;
	position: static;
	float: none;
}
.m-menu .navbar-toggle .icon-bar{
	background: #ff9702;
}
.navbar{ border: none; }
.navbar-nav > li{ margin:0; }
.navbar-nav > li > a{
	width: 100%;
	text-align: center;
	padding:16px 32px;
	font-size: 16px;
	color: #ffffff;
}
.navbar-nav > li > a:hover{
	color: #fff;
	background: #ff9900;
}
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

/* 底部COPYRIGHT */
#footer{
	background: url(../img/f-bg.jpg) no-repeat bottom center;
	padding:370px 0 0;
	margin-top: -370px;
}
#footer a:hover{ color: #359e4b; }
.f-nav{ overflow: hidden; border-bottom: 1px solid #a7985c; clear: both; }
.f-nav a{ display: inline-block; padding:16px 30px; }
.f-copy{ text-align: center; padding:20px 0; }
.f-copy p{ font-size: 14px; line-height: 24px; }

/* 首页效果
-------------------------------------------------- */
.carousel-inner img{ margin: 0 auto;}

/* 搜索 */
.m-keys{
	background: #f1f1f1;
	height: 62px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-keys .input-group{
	width: 366px;
	height: 32px;
	float: right;
	margin-top: 15px;
}
.m-keys .form-control{
	border:none;
	width: 345px;
	height: 32px;
	outline: none;
	padding-left: 20px;
	border:1px solid #bcbcbc;
	background: #fff;
}
.m-keys .input-group-addon{
	background: none;
	border:none;
	position: relative;
	left: -4px;
	top:-5px;
	z-index: 2;
	width: 32px;
	height: 42px;
	background: url(../img/ico-search.jpg) no-repeat center;
}
#submit{
	display: inline-block;
	width: 25px;
	height: 25px;
	border:none;
	background: none;
}
.m-keys .glyphicon-search{
	color: #7e7e7e;
	border:none;
}
.m-keys h3{
	font-size: 14px;
	color: #666666;
	float: left;
	line-height: 68px;
}
.m-keys a{
	font-size: 14px;
	color: #999999;
	margin-right: 1.8rem;
	line-height: 68px;
}
/* 侧边栏 */
.s-type{
	width: 100%;
	overflow: hidden;
}
.s-type > h3{
	text-align: right;
	background: #ff9900;
	padding:23px 18px 18px 0;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
}
.s-type > h3 span{
	display: inline-block;
	margin-top: 10px;
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 1;
	padding-top: 10px;
	border-top:1px solid #ffffff;
	font-weight: normal;
}
.s-type ul{
	padding:28px 0;
	background: #f7f0de;
	overflow: hidden;
}
.s-type li{ width: 90%; float: right; border-bottom: 1px solid #baaf93; }
.s-type li h3{ font-size: 16px; color: #5d5d5d; padding:17px 0 17px 40px; background: url(../img/ico-li.png) no-repeat 240px center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.s-type li:hover h3{ color: #fff; background: url(../img/ico-li.png) no-repeat left center; transition: all .3s; }
.s-type ul > a{ display: inline-block; width: 90%; float: right; text-align: right; margin:25px 10% 10px 0; font-size: 14px; color: #ff6301; transition: all .3s; }
.s-type ul > a:hover{ margin-right: 15%; transition: all .3s; }
/* 产品中心 */
.m-pro{
	margin:20px 0;
}
.pro-list{ overflow: hidden; border:1px solid #d8d8d8; }
.pro-list img{ margin-left: -15px; border-right: 1px solid #d8d8d8; width: 100%; }
.pro-list .txt{ padding:20px; }
.pro-list h3{ line-height: 39px; font-size: 20px; color: #434343; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; margin-bottom: 12px; }
.pro-list h3:after{ display: inline-block; content: ""; width: 82px; height: 1px; background: #1e6d2f; border:none; position: absolute; left: 0; top:49px; }
.pro-list p{ font-size: 14px; color: #7f7e7e; line-height: 30px; }
.pro-list .txt span{ display: inline-block; width: 149px; height: 32px; background: url(../img/ico-more.jpg) no-repeat left center; font-size: 14px; color: #ffffff; padding-left: 20px; line-height: 32px; margin-top: 10px; }
.pro-bd{
	padding-top: 18px;
	overflow: hidden;
}
.pro-bd li{
	overflow: hidden;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left:0;
}
.pro-bd li .img{
	width: 100%;
	height: 240px;
	position: relative;
}
.pro-bd li:nth-child(3){ padding-left:15px; padding-right: 0 }
/*.pro-bd li .img:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(251,135,5,.35) url(../img/ico-search.png) no-repeat center;
	position: absolute;
	bottom: 100%;
	transition: all .3s;
}*/
.pro-bd li:hover .img:before{
	bottom:0;
}
.pro-bd li .img img{
	width: 100%;
	height: 240px;
	background: #fff;
	object-fit: cover;
	border: 1px solid #d8d8d8;
}
.pro-bd li h3{
	height: 46px;
	line-height: 46px;
	background: #dedede;
	font-size: 14px;
	color: #444444;
	text-align: center;
}
.pro-bd li:hover h3{
	background: #1e6d2f;
	color: #fff;
}
/* 公司简介 */
.m-about{
	background: #fff url(../img/about_bg.jpg) no-repeat top center;
	padding:16px 0 0;
}
.m-about .txt{ text-align: center; padding:60px 0 0; overflow: hidden; }
.m-about .txt span{ font-size: 37px; color: #ffffff; text-transform: capitalize; line-height: 1; }
.m-about .txt h3{ font-size: 30px; color: #ffffff; margin:18px 0 0; }
.m-about .txt h3:after{ display: block; content: ""; width: 55px; height: 3px; background: #f7d16b; border:none; margin:30px auto 20px; }
.m-about .txt p{ font-size: 16px; color: #ffffff; line-height: 30px; }
.m-about .txt a{ display: inline-block; margin:26px 0; padding:10px 30px; background: #2a974f; color: #fff; font-size: 16px;  }
.m-about .txt a + a{ background: #f7d16b; color: #353535; margin-left: 20px; }
.m-about .txt a:hover{ background: #ff9900; color: #fff; }
/* 成功案例 */
.m-case{ overflow: hidden; background: #ededed; padding:30px 0 40px; }
.m-case .hd{ text-align: center; }
.m-case .hd h3{ font-size: 32px; color: #2a974f; font-weight: bold; line-height: 1; margin-bottom: 30px; }
.honor .swiper-slide img, .m-case .swiper-slide img{ width: 100%; height: 156px; object-fit: cover; }
.honor .swiper-slide h3, .m-case .swiper-slide h3{ height: 45px; line-height: 45px; background: url(../img/h3-bg.jpg) no-repeat center; font-size: 16px; color: #ffffff; text-align: center; }
.honor .swiper-slide img{ height: 254px;}
.honor > img{ margin:17px 0; }
/* 新闻中心 */
.m-news{ margin: 36px 0; }
.m-news .news{
	background: url(../img/news.jpg) no-repeat;
	width: 100%;
    background-size: cover;
	height: 373px;
}
.m-news .news h3{
	font-size: 36px;
	color: #fff;
	padding: 67px 0 0 36px;
	text-transform: uppercase;
}
.m-news .news p{
	font-size: 18px;
	color: #fff;
	letter-spacing: 5px;
	margin: 20px 0 0 36px;
}
.m-news .news a{
	display: inline-block;
	padding:10px 20px;
	border:1px solid #fff;
	border-radius: 2px;
	margin: 90px 0 0 36px;
	color: #fff;
}
.news-list{ background: #f7f0de; padding:15px 15px 0; overflow: hidden; }
.first-news{
	padding-bottom: 16px;
	border-bottom: 1px dotted #6e6967;
	overflow: hidden;
}
.first-news img{
	width: 170px;
	float: left;
	margin-right: 28px;
}
.first-news h3{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #555555;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;	
}
.first-news span{
	display: block;
	font-size: 14px;
	color: #c4c4c4;
	margin-bottom: 10px;
}
.first-news p{
	font-size: 14px;
	color: #555555;
	line-height: 24px;
}
.news-bd li{
	padding:9px 0;
	border-bottom: 1px dotted #cfcfcf;
	overflow: hidden;
}
.news-bd li:last-child{ border-bottom: none; }
.news-bd li span{
	display: inline-block;
	padding:0 10px;
	font-size: 14px;
	color: #cfcfcf;
	font-weight: bold;
	float: left;
	margin-right: 20px;
}
.news-bd li strong{
	font-size: 48px;
	font-weight: bold;
	display: block;
}
.news-bd li h3{
	font-size: 16px;
	color: #555;
	margin:8px 0;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-bd li p{
	font-size: 14px;
	color: #555555;
	line-height: 24px;
}
.first-news:hover h3,
.first-news:hover p,
.news-bd li:hover h3,
.news-bd li:hover span,
.news-bd li:hover strong,
.news-bd li:hover p{
	color: #ff9702;
}
.m-message{
	width: 100%;
	height: 373px;
	background: #359e4b;
	padding:0 15px;
}
.content img{
	width: 100%;
}
.m-message > p{ font-size: 16px; color: #ffffff; margin-bottom: 10px; }
.m-message .tit{
	background: url(../img/ico-msg.png) no-repeat left center;
	padding: 20px 0 20px 45px;
	color: #fff;
}
.m-message .tit h3{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}
.m-message .tit p{
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.m-message .input-group{
	border:none;
	margin-bottom: 6px;
}
.m-message .input-group-addon{
	border-radius: 0;
	border-color: #d6d6d6;
}
.m-message .form-control{
	border-radius: 0;
	border-color: #d6d6d6;
}
.m-message .jy,
.m-message .jy .form-control{
	width: 100%;
	height: 65px;
}
.m-message .submit{
	width: 100%;
	height: 40px;
}
.m-message .submit .form-submit{
	width: 80%;
	height: 40px;
	line-height: 40px;
	background: #119edf;
	font-size: 18px;
	color: #fff;
	border:none;
}
.m-message .content > img{
	margin-top: 20px;
}

/* chrome input placeholder style */
::-webkit-input-placeholder { 
	color:#bbbbbb !important; 
} 

/* 内页效果 */
#banner{
	overflow: hidden;
	text-align: center;
	position: relative;
}
#banner > img{
	max-width: 100%;
}
#banner .hd{
	width: 100%;
	position: absolute;
	bottom:40%;
}
#banner .hd h3{
	font-size: 3.4rem;
	color: #595858;
}
#banner .hd span{
	font-size: 5rem;
	font-family: "Mongolian Baiti";
	text-transform: uppercase;
	color: #595858;
}
#banner .bd{
	width: 100%;
	position: absolute;
	bottom:0;
	text-align: center;
}
#banner .bd a{
	display: inline-block;
	margin:0 1.5rem;
	padding:1.5rem 2rem;
	background: #fff;
	color: #343434;
	font-size: 1.6rem;
}
#banner .bd a:hover{
	background: #ff9702;
	color: #fff;
}

/* 内页文章样式 */
.article .container{
	margin: 2.5rem auto;
	background: #ffffff;
	padding:2rem;
}
.article p{
	color: #6b6b6b;
	font-size: 1.6rem;
	line-height: 3rem;
}
.article p img{
	max-width: 100%;
}
.article .container > h1{
	text-align: center;
	font-size: 2.7rem;
	line-height: 2.7rem;
	margin:2.8rem 0 1.6rem;
}
.article .meta_info{
	text-align: center;
	padding-bottom: 26px;
	border-bottom: 1px dotted #868686;
	margin-bottom: 30px;
	font-size: 1em;
	color: #888787;
}
.article img{
	text-align: center;
	margin:0 auto;
}
.a_tit{
	background: #f0f1f2;
	margin:20px 0;
}
.a_tit h3{
	padding:12px 20px;
	background: #1e6d2f;
	color: #fff;
	display: inline-block;
	font-size: 1.1em;
	margin:0;
}
.a_con{
	padding-bottom: 20px;
}
.a_con p{
	font-size: 16px;
	line-height: 36px;
}
#xgcp .swiper-slide{
	overflow: hidden;
	margin-bottom: 20px;
	overflow: hidden;
}
#xgcp .swiper-slide .img{
	width: 100%;
	height: 194px;
	position: relative;
}
#xgcp .swiper-slide .img:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(251,135,5,.35) url(../img/ico-search.png) no-repeat center;
	position: absolute;
	bottom: 100%;
	transition: all .3s;
}
#xgcp .swiper-slide:hover .img:before{
	bottom:0;
}
#xgcp .swiper-slide .img img{
	width: 100%;
	height: 194px;
	background: #fff;
	object-fit: cover;
}
#xgcp .swiper-slide h3{
	height: 42px;
	line-height: 42px;
	background: #e4e2e2;
	font-size: 14px;
	color: #555555;
	text-align: center;
}
#xgcp .swiper-slide:hover h3{
	background: #f3a952;
	color: #fff;
}
.info_top h1{
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #d7d7d7;
	font-size: 24px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 20px;
}
.info_top p{
	font-size: 14px;
	color: #555555;
	line-height: 30px;
}
.info_top a{
	display: inline-block;
	padding:18px 90px;
	background: #ff9702;
	color: #fff;
	font-size: 24px;
	margin-top: 20px;
}
/* 新闻列表 */
.news li{
	margin: 0 10px 0;
    padding: 1rem;
    border-bottom: 1px dotted #ccc;
}
.news li h3{
	font-size: 2rem;
	margin-bottom: 1rem;
}
.news li p{
	font-size: 1.4rem;
    color: #848282;
    line-height: 2.2rem;
}
.news li:hover{
	background: #f0f0f0;
}
.news li:hover h3{
	color: #ff9702;
}
.btn-primary{
	background-color: #ff9702;
	border-color: #e37f00;
}

iframe{ width: 80%; height: 420px; }
/* 媒体查询 */
@media screen and (max-width: 1200px){
	.s-type li h3{ margin-right: 10px; }	
	.pro-list img{ width: 110%; }
	.pro-list .txt{ padding:10px; }
	.f-nav a{ padding: 16px 20px; }
}
@media screen and (max-width: 992px){
	.s-type > h3{ display: none; }
	.s-type li{ width: 50%; float: left; }
	.s-type ul{ padding:0; }
	.m-about .img{ display: none; }
	.f-logo img{ width: 100%; }
	.f-nav a{ padding: 16px 56px; }
	.f-nav a:first-child{ display: none; }
	.pro-bd li:nth-child(3){ padding-left:0; padding-right: 15px; }
	.s-type li h3{ background: #1e6d2f; color: #fff; }
	.s-type li:hover h3{ background: #1e6d2f; }
	.s-type h1{ font-size: 24px; margin:20px auto; color: #1e6d2f; font-weight: bold; text-align: center; }
	.s-type li{ border:none; margin-bottom: 2px; }
	.s-type ul{ background: none; margin-bottom: 10px; }
	.s-type ul > a{ display: none; }
}
@media screen and (max-width: 717px){
	.pro-bd li:last-child{ display: none; }
	.f-nav a { padding: 16px 48px; }
	.f-copy{ margin-bottom: 40px; }
}
@media screen and (max-width: 600px){
	.h-top{ padding-top: 20px; height: 82px; }
	.tel{ display: none; }
	.logo img{ width: 260px; }
	.m-keys{ display: none; }
	/*#hotpro .col-xs-5,#hotpro .col-xs-7{ width: 100%; }*/
	.pro-list p{ height: 80px; overflow: hidden; }
	.pro-bd li .img, .pro-bd li .img img{ height: 120px; }
	.m-about .txt{ padding-top: 20px; }
	.m-about .txt h3,.m-about .txt span{ font-size: 24px; }
	.first-news img{ width: 80px; }
	.f-logo, .f-nav{ display: none; }
	.f-tel{ width: 260px; }
	.f-tel img{ width: 260px; }
}